home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- ** **
- ** Module: SR_WinDialog.h **
- ** **
- ** **
- ** Purpose: Modal dialog routines **
- ** **
- ** **
- ** **
- ** Copyright (C) 1996 Apple Computer, Inc. All rights reserved. **
- ** **
- ** **
- *****************************************************************************/
- #ifndef SR_WinDialog_h
- #define SR_WinDialog_h
-
- #include "QD3D.h"
-
-
- TQ3Status SR_WinModalDialog(
- TQ3RendererObject renderer,
- TQ3DialogAnchor dialogAnchor,
- TQ3Boolean *canceled,
- void *rendererPrivate);
-
-
- #endif /* SR_WinDialog_h */
-